Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / ReplaceAsync(Int32,S,CancellationToken) Method

In This Topic
    ReplaceAsync(Int32,S,CancellationToken) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function ReplaceAsync( _
       ByVal index As Integer, _
       ByVal item As S, _
       ByVal cancellationToken As CancellationToken _
    ) As Task(Of Integer)
    public override Task<int> ReplaceAsync( 
       int index,
       S item,
       CancellationToken cancellationToken
    )

    Parameters

    index
    item
    cancellationToken
    See Also